 
    Boolean Calculator
    
     
    Overview 
    Although boolean operations are generally associated with binary operations,
    this calculator is targeted towards decimal operations.
     How to Invoke 
    Use the menu item  "Utilities > Calculators > Boolean Calculator..." .
     Basic Procedure 
    
      - Select the lowest and highest numbers of the operator in the  "Lowest Number"  and  "Highest Numbers"  drop down menus.
 
- Enter the first operator in the  "Operator 1"  text box. The delimiter
        for this operator can be any non-numeric character.
 
- Enter the second operator in the  "Operator 2"  text box. The delimiter
        for this operator can be any non-numeric character.
- Choose the boolean operation in the  "Operation"  drop down menu.
- Click the  "Calculate"  button.      
 Window Controls 
      "Lowest Number"  drop down menu    
    Select the lowest number of the operation. Note that this effects only NOR
    and NAND operations.
      "Highest Number"  drop down menu    
    Select the highest number of the operation. Again, this effects only NOR and
    NAND operations.
      "Boolean Operation"  drop down menu    
    Choose the desired boolean operation:
    
      -  "AND" 
-  "NAND"  (not AND)
-  "NOR"  (not OR)
-  "OR" 
-  "XOR"  (eXclusive OR)      
  "Copy"  button 
    This copies the results to your system clipboard.